home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TFRMTEMPLATES / TFRMTEMPLATES.txt < prev   
Encoding:
Text File  |  1999-02-01  |  2.4 KB  |  103 lines

  1. object FrmTemplates: TFrmTemplates
  2.   Left = 250
  3.   Top = 205
  4.   BorderStyle = bsDialog
  5.   Caption = 'New document'
  6.   ClientHeight = 207
  7.   ClientWidth = 282
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 8
  17.     Top = 8
  18.     Width = 28
  19.     Height = 32
  20.     AutoSize = True
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object Label1: TLabel
  24.     Left = 48
  25.     Top = 8
  26.     Width = 129
  27.     Height = 26
  28.     Caption = 'Select a template to create a document from'
  29.     WordWrap = True
  30.   end
  31.   object btnOK: TButton
  32.     Left = 192
  33.     Top = 8
  34.     Width = 81
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 0
  40.   end
  41.   object btnCancel: TButton
  42.     Left = 192
  43.     Top = 40
  44.     Width = 81
  45.     Height = 25
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object btnNewFromScratch: TBitBtn
  51.     Left = 152
  52.     Top = 176
  53.     Width = 123
  54.     Height = 25
  55.     Hint = 'Create a new document without a template'
  56.     Caption = '&New from scratch'
  57.     ParentShowHint = False
  58.     ShowHint = True
  59.     TabOrder = 2
  60.     OnClick = btnNewFromScratchClick
  61.     Glyph.Data = {
  62.       F6000000424DF600000000000000760000002800000010000000100000000100
  63.       0400000000008000000000000000000000000000000000000000000000000000
  64.       80000080000000808000800000008000800080800000C0C0C000808080000000
  65.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  66.       7777777777777777777777700000000000777770FFFFFFFFF0777770FFFFFFFF
  67.       F0777770FFFFFFFFF0777770FFFFFFFFF0777770FFFFFFFFF0777770FFFFFFFF
  68.       F0777770FFFFFFFFF0777770FFFFFFFFF0777770FFFFFF0000777770FFFFFF0F
  69.       07777770FFFFFF00777777700000000777777777777777777777}
  70.   end
  71.   object lbTemplates: TListBox
  72.     Left = 8
  73.     Top = 72
  74.     Width = 265
  75.     Height = 97
  76.     Hint = 'Select one of the templates'
  77.     ItemHeight = 13
  78.     ParentShowHint = False
  79.     PopupMenu = PopUp
  80.     ShowHint = True
  81.     TabOrder = 3
  82.     OnDblClick = lbTemplatesDblClick
  83.   end
  84.   object PopUp: TPopupMenu
  85.     Left = 8
  86.     Top = 176
  87.     object CreateNewDoc: TMenuItem
  88.       Caption = '&Create new document'
  89.       ShortCut = 0
  90.       OnClick = CreateNewDocClick
  91.     end
  92.     object N1: TMenuItem
  93.       Caption = '-'
  94.       ShortCut = 0
  95.     end
  96.     object Delete: TMenuItem
  97.       Caption = '&Delete'
  98.       ShortCut = 0
  99.       OnClick = DeleteClick
  100.     end
  101.   end
  102. end
  103.